From 3c0f047597b6234e8dbdd28b92c9fbfb3e2964b5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 14 Feb 2021 17:59:05 +0000 Subject: [PATCH] docs: De-indent GtkRecentInfo.get_applications() return value Otherwise the four spaces will be treated as a pre-formatted block by Markdown. --- gtk/gtkrecentmanager.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index 8c3fc12cac..6bbb95e347 100644 --- a/gtk/gtkrecentmanager.c +++ b/gtk/gtkrecentmanager.c @@ -1779,9 +1779,8 @@ gtk_recent_info_get_application_info (GtkRecentInfo *info, * * Retrieves the list of applications that have registered this resource. * - * Returns: (array length=length zero-terminated=1) (transfer full): - * a newly allocated %NULL-terminated array of strings. - * Use g_strfreev() to free it. + * Returns: (array length=length zero-terminated=1) (transfer full): a newly + * allocated %NULL-terminated array of strings. Use g_strfreev() to free it. */ char ** gtk_recent_info_get_applications (GtkRecentInfo *info, -- 2.30.2